home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Screenblankers / TZ / Install.script < prev    next >
Text File  |  1996-09-26  |  572b  |  37 lines

  1. FailAt 20
  2. Echo "*nTwilight Zone Installation Script*n"
  3.  
  4. Ask "Install Twilight Zone ?"
  5. If NOT WARN
  6.   Skip Aborted
  7. EndIf
  8.  
  9. Echo ""
  10.  
  11. Version >NIL: LIBS:arp.library
  12. If ERROR
  13.   Copy libs/arp.library LIBS:arp.library
  14.   Echo "arp.library copied to your Libs: directory."
  15. EndIf
  16.  
  17. Version >NIL: LIBS:intuisup.library
  18. If ERROR
  19.   Copy libs/intuisup.library LIBS:intuisup.library
  20.   Echo "intuisup.library copied to your Libs: directory."
  21. EndIf
  22.  
  23. Lab INSTALLED
  24.  
  25. Echo ""
  26. Echo "Installation complete.*n"
  27. Skip END
  28.  
  29. Lab ABORTED
  30.  
  31. Echo "*nInstallation aborted!*n"
  32.  
  33. Lab END
  34.  
  35. Wait 5
  36. EndCLI >NIL:
  37.